home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenGL Superbible (2nd Edition)
/
OpenGL SuperBible e2.iso
/
tools
/
GLUT-3.7
/
PROGS
/
ADVANCED
/
TEXTURE.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-08-12
|
170 b
|
8 lines
/* texture.h - by David Blythe, SGI */
/* Simple SGI .rgb image file loader routine. */
unsigned *
read_texture(char *name, int *width, int *height, int *components);